home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Tool Chest / Development Tools & Languages / Dylan Related / Mindy / Mindy 1.2 - portable sources / compat / std-bstring.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-15  |  217 b   |  5 lines  |  [TEXT/ttxt]

  1. extern void    bcopy _ANSI_ARGS_((const void *, void *, int));
  2. extern int    bcmp _ANSI_ARGS_((const void *, const void *, int));
  3. extern void    bzero _ANSI_ARGS_((void *, int));
  4. extern void    blkclr _ANSI_ARGS_((void *, int));
  5.